h1,
h2 {
    color: #000;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-top: 30px;
}
.h3, h3 {
    font-size: 1.75rem;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
a {
    color: #2fa170;
}

caption {
    display: none;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Open Sans", sans-serif;
}
/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}
div#ctl00_CustomWrapper
 {
    background: #f3f3f3;
}
div#ctl00_mCPH_divHeader {
    display: none !important;
}
h2#ctl00_mCPH_CtrlDataProtection1_anchorliteral {
    color: #000;
}
input#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_FinishNavigationTemplateContainerID_FinishButton {
    margin-top: 30px;
}
/* Header */
a.login-link {
    border: transparent;
}

.nav-link {
    font-weight: bold;
    font-size: 1.1em;
}

.login-link {
    border: 1px solid #2fa170;
    border-radius: 6px;
    margin-right: 0px;
}

/* Footer */

.footer {
    background-color: #2fa170;
    background-color: #2fa170;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}

.poweredby-row {
    background-color: #20694a;
}

#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

p.hanlon-client-text {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

/* Buttons */
.btn-primary {
    background-color: rgb(30 52 81);
    border-color: rgb(30 52 81);
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.btn-primary:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

/*Styling applied to the 'Opportunities' page*/
label {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.table-responsive.mb-4 {
    overflow-x: hidden;
}

input#VacancyNameInput {
    border: 2px solid #000;
}

select#VacancyTypeSelect {
    border: 2px solid #000;
}

select#ProfessionTypeSelect {
    border: 2px solid #000;
}

input#RadiusInMilesInput {
    border: 2px solid #000;
}

input#PostcodeInput {
    border: 2px solid #000;
}

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
    padding: 10px;
}

table.table.dataTable>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    padding: 10px;
}

th#VacanciesTableSalaryHeaderColumn {
    background: #1e3451;
    color: #fff;
}

th#VacanciesTableViewHeaderColumn {
    background: #1e3451;
    color: #fff;
}

a {
    color: #000;
    font-weight: bold;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
}

input#OpenGoogleDirectionsButton {
    padding: 10px;
}

input#OpenGoogleDirectionsButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#OpenGoogleDirectionsButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
/*Styling applied to the 'Contact' page*/
input#DebugSendButton {
    display: none;
}
/*Styling applied to the client registration pages*/
.HeaderRowTitle {
    display: none;
}
/*Styling applied to the enterprise registration pages*/
td.wizardStepStyle {
    top: 30px;
    position: relative;
}
span.text-info {
    color: #000 !important;
    font-weight: bold;
    font-size: 18px !important;
}
.wizardStepStyle {
    font-size: small;
    width: 100%;
    padding: 1%;
    background: #1e3451 !important;
}
.MainPanelGeneral {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #1e3451 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
}
.Container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background: #1e3451 !important;
    border: 2px solid #fff !important;
}
.MainContainerContact {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #1e3451 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
}
.ContactTitle {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}
.HeaderStyle {
    background: #1e3451;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.RowStyle {
    background: #1e3451 !important;
}
.MainContainerProfileItems {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #1e3451 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-size: 18px;
}
.MainSubContainer {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #1e3451 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}
.MainContainerSector {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #1e3451 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
}
/*Styling applied to the provider registration pages on Lewisham's portal*/
.MainContainerProviderService {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #1e3451 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-size: 18px;
}